home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / temacd / fortknox / fk-setup225.exe / {app} / FortKnox.mof < prev    next >
Text File  |  2007-10-30  |  2KB  |  64 lines

  1. //**************************************************************************
  2. //* File: FortKnox.mof
  3. //**************************************************************************
  4.  
  5. //**************************************************************************
  6. //* This MOF was generated from the "\\.\ROOT\SecurityCenter"
  7. //* namespace on machine "NETGATE".\
  8. //* To compile this MOF on another machine you should edit this pragma.
  9. //**************************************************************************
  10.  
  11. #pragma autorecover
  12.  
  13. #pragma namespace("\\\\.\\ROOT\\SecurityCenter")
  14.  
  15.  
  16. //**************************************************************************
  17. //* Class: FirewallProduct
  18. //* Derived from: 
  19. //**************************************************************************
  20.  
  21. class FirewallProduct
  22. {
  23.             [key, Not_Null] string instanceGuid;
  24.             [Not_Null] string displayName;
  25.             [Not_Null] boolean enabled;
  26.             string pathToEnableUI;
  27.             string enableUIParameters;
  28.             uint8 enableUIMd5Hash[];
  29.             string companyName;
  30.             string versionNumber;
  31. };
  32.  
  33.  
  34.  
  35. //**************************************************************************
  36. //* Instances of: FirewallProduct
  37. //**************************************************************************
  38.  
  39. instance of FirewallProduct as $FPFProvider
  40. {
  41.             companyName = "NETGATE Technologies s.r.o.";
  42.             displayName = "FortKnox Personal Firewall";
  43.             enabled = FALSE;
  44.             instanceGuid = "{11F7D93C-3185-4875-AAD2-7960F8B8063F}";
  45.             versionNumber = "2007";
  46.             pathToEnableUI = "{EXEFILE}";
  47. };
  48.  
  49.  
  50.  
  51. instance of __InstanceProviderRegistration
  52. {
  53.             Provider = $FPFProvider;
  54.  
  55.             SupportsPut = "FALSE"; 
  56.             SupportsGet = "TRUE"; 
  57.             SupportsDelete = "FALSE"; 
  58.             SupportsEnumeration = "TRUE"; 
  59.  
  60. };
  61.  
  62.  
  63. //* EOF FortKnox.mof
  64.